home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SAS-C / sc655pch / guiprof / SMbar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-26  |  361 b   |  15 lines

  1. /* support: walker */
  2.  
  3. #define VBMAXPOS 0xffff  /* Max position of the scroll bar */
  4.  
  5. struct VBar *VBInit(struct Window *window);
  6. int VBRead(struct VBar *vb);
  7. int VBUpdate(struct VBar *vb, int KnobSize, int KnobPosition);
  8. void VBTerm(struct VBar *vb);
  9. int VBSelected(struct VBar *vb, int gadid);
  10.  
  11.  
  12. #define VB_SLIDER  1
  13. #define VB_UP      2
  14. #define VB_DOWN    3
  15.